1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .logOut {
- color: #fff;
- font-size: .12rem;
- width: 1rem;
- height: .34rem;
- line-height: .34rem;
- display: block;
- margin: .5rem auto .3rem;
- text-align: center;
- cursor: pointer;
- }
- .body1-box {
- .modal-p-box {
- width: 2.5rem;
- height: auto;
- text-align: center;
- color: #fff;
- font-size: .16rem;
- padding-top: .4rem;
- padding-bottom: .3rem;
- }
- }
- .footer1-box {
- .modal-span-box {
- max-width: 1.06rem !important;
- height: .37rem;
- background-color: #a4a4a4;
- border-radius: .05rem;
- margin: 0 auto;
- font-weight: 600;
- color: #fff;
- line-height: .2rem;
- font-size: .14rem;
- padding: 0 .2rem;
- margin-bottom: .2rem;
- display: flex;
- align-items: center;
- justify-content: center;
- &.active {
- background-color: #009d81;
- }
- }
- }
- .bg-content1 {
- background-color: #353535;
- }
|